---	Update dbo.Appconfig SET DefaultAcLedgerReportStyle = 0

BEGIN TRANSACTION
GO
ALTER TABLE dbo.Appconfig ADD
	AutoHideCompanyName bit NOT NULL CONSTRAINT DF_Appconfig_AutoHideCompanyName_1 DEFAULT ((0))
GO
COMMIT
----------------------------------------------------------
